Hi Shannon,
The GCode has radius differences of 0.001465 inches. The allowed limits are:
#define TOLERANCE_INCH 0.0005
#define TOLERANCE_MM 0.005
The GCode Interpreter doesn't allow discontinuities of that size before the path gets passed to the Trajectory Planner.
I'm not sure what "Trajectory Planner frame caption" you are referring to.
Can't you get your CAD program to output an extra digit?
Regards
TK
Group: DynoMotion |
Message: 12298 |
From: Shannon Davenport |
Date: 9/23/2015 |
Subject: Re: New to KMotionCNC question. |
Thank's, Yes, the CAD program can be changed but we have several hundred gcode files like this that were cut with Mach3 and would like to use them without reprocessing them. I changed #define TOLERANCE_INCH 0.0005 to #define TOLERANCE_INCH 0.002 in my Init.C program but it didn't work. Guessing that's not something I can do. I attached a screen shot of the corner of the grayed out frame caption. Shannon | |